IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : QueryResult<T> Class |
The following tables list the members exposed by QueryResult<T>.
Name | Description | |
---|---|---|
![]() | _finder | For internal use only. (Inherited from IdeaBlade.EntityModel.QueryResult) |
Name | Description | |
---|---|---|
![]() | Cancelled | Whether the query was cancelled. (Inherited from IdeaBlade.EntityModel.QueryResult) |
![]() | ChangedEntities | The list of every entity that was either added or modified in the EntityManager's cache as a result of this query. (Inherited from IdeaBlade.EntityModel.QueryResult) |
![]() | Error | Returns non-null if an unhandled exception was raised during query execution. (Inherited from IdeaBlade.EntityModel.QueryResult) |
![]() | Query | The requested typed query as IEntityQuery. |
![]() | ResolvedFetchStrategy | The actual FetchStrategy used. (Inherited from IdeaBlade.EntityModel.QueryResult) |
![]() | Results | The typed results of the query. |
![]() | UntypedQuery | The requested untyped query. (Inherited from IdeaBlade.EntityModel.QueryResult) |
![]() | WasFetched | True if the data was fetched from the EntityServer. (Inherited from IdeaBlade.EntityModel.QueryResult) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |